Platform Explorer / Nuxeo Platform LTS 2017 9.10

Component org.nuxeo.document.routing.web.themes

Contributions

XML Source

<?xml version="1.0"?>

<component name="org.nuxeo.document.routing.web.themes">

  <require>org.nuxeo.theme.nuxeo.webapp</require>

  <extension target="org.nuxeo.ecm.platform.WebResources" point="bundles">
    <bundle name="nuxeo_includes">
      <resources append="true">
        <resource>documentRoutingGraph.js</resource>
        <resource>documentRoutingGraph.css</resource>
      </resources>
    </bundle>
  </extension>

  <!-- resources -->
  <extension target="org.nuxeo.ecm.platform.WebResources" point="resources">
    <resource name="jquery.jsPlumb-1.5.1-min.js">
      <path>scripts/jquery.jsPlumb-1.5.1-min.js</path>
    </resource>
    <resource name="documentRoutingGraph.js">
      <path>scripts/documentRoutingGraph.js</path>
      <require>jquery.jsPlumb-1.5.1-min.js</require>
      <require>automation.js</require>
    </resource>
    <resource name="documentRoutingGraph.css">
      <path>css/documentRoutingGraph.css</path>
    </resource>
  </extension>

</component>